LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SearchRegistrationMarksCommand Constructor(SearchRegistrationMarksCommandData[])
See Also 
Leadtools.ImageProcessing.Core Namespace > SearchRegistrationMarksCommand Class > SearchRegistrationMarksCommand Constructor : SearchRegistrationMarksCommand Constructor(SearchRegistrationMarksCommandData[])



searchMarks
An array of SearchRegistrationMarksCommandData structures describing all the characteristics of the registration marks.
Initializes a new SearchRegistrationMarksCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal searchMarks() As SearchRegistrationMarksCommandData _
)
Visual Basic (Usage)Copy Code
Dim searchMarks() As SearchRegistrationMarksCommandData
 
Dim instance As New SearchRegistrationMarksCommand(searchMarks)
C# 
public SearchRegistrationMarksCommand( 
   SearchRegistrationMarksCommandData[] searchMarks
)
C++/CLI 
public:
SearchRegistrationMarksCommand( 
   array<SearchRegistrationMarksCommandData^>^ searchMarks
)

Parameters

searchMarks
An array of SearchRegistrationMarksCommandData structures describing all the characteristics of the registration marks.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also